xen: Rename mem_event to vm_event
authorTamas K Lengyel <tamas.lengyel@zentific.com>
Thu, 26 Mar 2015 21:06:56 +0000 (22:06 +0100)
committerTim Deegan <tim@xen.org>
Thu, 9 Apr 2015 10:40:56 +0000 (11:40 +0100)
commit9b5972a54c5453f16c71c10fdc0f5c93fc02654a
tree96c532e91a18618d0b05402bb992a677d58381fa
parent603ed72d1408c49c5d2387e0e798f481c784c969
xen: Rename mem_event to vm_event

In this patch we mechanically rename mem_event to vm_event. This patch
introduces no logic changes to the code. Using the name vm_event better
describes the intended use of this subsystem, which is not limited to memory
events. It can be used for off-loading the decision making logic into helper
applications when encountering various events during a VM's execution.

Signed-off-by: Tamas K Lengyel <tamas.lengyel@zentific.com>
Acked-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
50 files changed:
MAINTAINERS
docs/misc/xsm-flask.txt
tools/libxc/Makefile
tools/libxc/xc_mem_access.c
tools/libxc/xc_mem_event.c [deleted file]
tools/libxc/xc_mem_paging.c
tools/libxc/xc_memshr.c
tools/libxc/xc_private.h
tools/libxc/xc_vm_event.c [new file with mode: 0644]
tools/tests/xen-access/xen-access.c
tools/xenpaging/pagein.c
tools/xenpaging/xenpaging.c
tools/xenpaging/xenpaging.h
xen/arch/x86/domain.c
xen/arch/x86/domctl.c
xen/arch/x86/hvm/emulate.c
xen/arch/x86/hvm/hvm.c
xen/arch/x86/hvm/vmx/vmcs.c
xen/arch/x86/mm/hap/nested_ept.c
xen/arch/x86/mm/hap/nested_hap.c
xen/arch/x86/mm/mem_paging.c
xen/arch/x86/mm/mem_sharing.c
xen/arch/x86/mm/p2m-pod.c
xen/arch/x86/mm/p2m-pt.c
xen/arch/x86/mm/p2m.c
xen/arch/x86/x86_64/compat/mm.c
xen/arch/x86/x86_64/mm.c
xen/common/Makefile
xen/common/domain.c
xen/common/domctl.c
xen/common/mem_access.c
xen/common/mem_event.c [deleted file]
xen/common/vm_event.c [new file with mode: 0644]
xen/drivers/passthrough/pci.c
xen/include/asm-arm/p2m.h
xen/include/asm-x86/domain.h
xen/include/asm-x86/p2m.h
xen/include/public/domctl.h
xen/include/public/mem_event.h [deleted file]
xen/include/public/vm_event.h [new file with mode: 0644]
xen/include/xen/mem_access.h
xen/include/xen/mem_event.h [deleted file]
xen/include/xen/p2m-common.h
xen/include/xen/sched.h
xen/include/xen/vm_event.h [new file with mode: 0644]
xen/include/xsm/dummy.h
xen/include/xsm/xsm.h
xen/xsm/dummy.c
xen/xsm/flask/hooks.c
xen/xsm/flask/policy/access_vectors